home *** CD-ROM | disk | FTP | other *** search
- .TH CRAISE
- 6 "IRIT Version 6.0"
- .SH NAME
- CRAISE
-
-
-
- CurveType CRAISE( CurveType Curve, NumericType NewOrder )
-
- Raise Curve to the NewOrder Order specified.
-
- Example:
-
- Crv = cbezier( list( ctlpt( E2, -0.7, 0.3 ),
- ctlpt( E2, 0.0, 1.0 ),
- ctlpt( E2, 0.7, 0.0 ) ) );
- Crv2 = CRAISE( Crv, 5 );
-
- raises the 90 degrees corner Bezier curve Crv to be a quartic.
-